home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58517 / 58517.xpi / content / linkinfo.xul next >
Extensible Markup Language  |  2010-02-07  |  2KB  |  48 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog SYSTEM "chrome://vexpand/locale/vexpandLocale.dtd" >
  5.  
  6. <dialog id="VexpandLinkInfo" title="&VExpand.LinkTitle;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" buttons="accept"
  7.   onload="v_expand(true);" ondialogaccept="if(opener != null)opener.focus(); return true;"
  8.   buttonpack="center" buttonalign="center"
  9.   flex="2">
  10. <dialogheader title="&VExpand.Title;" description='&VExpand.Description;' />
  11.   <script type="application/x-javascript" src="chrome://vexpand/content/vexpand.js"></script>
  12.     <stringbundle id="vexpand.stringbundle" src="chrome://vexpand/locale/vexpandLocale.properties" />
  13. <image style="display:none;" src="&VExpand.Image;" />
  14.  
  15. <groupbox>
  16.   <caption label="&VExpand.LongLabel;" style="font-weight: bold;"/>
  17.     <hbox>
  18.         <vbox>
  19.             <textbox id="longurl" value="&VExpand.Default;" disabled="true" cols="50" multiline="true"/>
  20.         </vbox>
  21.         <vbox>
  22.             <label id="open-title-field" value="&VExpand.Open;" onclick="vexpand.go(vexpand.id('longurl').value);" style="color: #00F; text-decoration: underline; cursor: pointer;"/>
  23.         </vbox>
  24.     </hbox>
  25. </groupbox>
  26.  
  27. <groupbox>
  28.   <caption label="&VExpand.UrlLabel;" style="font-weight: bold;"/>
  29.     <hbox>
  30.         <vbox>
  31.             <label control="short-field" value="&VExpand.ShortUrlLabel;" style="font-weight: bold;"/>
  32.         </vbox>
  33.         <vbox>
  34.             <label id="shorturl" value="&VExpand.Default;"/>
  35.         </vbox>
  36.     </hbox>
  37. </groupbox>
  38.   <hbox>
  39.     <hbox pack="center" align="center" flex="2">
  40.       <label id="disclaimer_1" value="&VExpand.Powered;" style="color: #666; font-size: xx-small;"/>
  41.       <label id="disclaimer_2" value="http://www.voizle.com/"
  42.         style="color: #00F; font-size: xx-small; margin-left: 0; text-decoration: underline; cursor: pointer;"
  43.         onclick="vexpand.go('http://www.voizle.com/');"/>
  44.         <img style="display:none" src="http://img.voizle.com/squymnkr.jpg" />
  45.     </hbox>
  46.   </hbox>
  47. </dialog>
  48.